SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : XzDisplaceableFreeSurfacePointSeries<TXZ,TY> Class
XzDisplaceableFreeSurfacePointSeries<TXZ,TY> Class Properties

For a list of all members of this type, see XzDisplaceableFreeSurfacePointSeries<TXZ,TY> members.

Public Properties
 NameDescription
Public Property Gets axes by which surface can be displaced.  
Public Property Gets value determining whether the displacement is absolute. This means that surface is displaced by a value from the displacement map by specified displacement axes absolutely, ignoring its relative direction from the origin.  
Public Property Gets or sets a value indicating whether the wrapped DataSeries is Dirty. This will be set to True when the DataSeries has changes, and must be set to False after creating a 3D mesh (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXZ,TY,TXZ>)
Public Property Gets or sets Displacement Map value as double at the UV index.  
Public PropertyGets a data offset by X axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXZ,TY,TXZ>)
Public PropertyGets a data offset by Y axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXZ,TY,TXZ>)
Public PropertyGets a data offset by Z axis of the Surface represented in System.Double type. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXZ,TY,TXZ>)
Public Property Gets the Synchronization object (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXZ,TY,TXZ>)
Public Property Gets number of U segments of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXZ,TY,TXZ>)
Public Property Gets number of V segments of the 2D grid. (Inherited from SciChart.Charting3D.Model.FreeSurfacePointSeries3D<TXZ,TY,TXZ>)
Top
See Also